Target Audience: Data practitioners ready to apply feminist principles to real datasets and visualizations
Prerequisites: Workshop 1 or familiarity with data feminism concepts, basic data analysis skills
Materials Needed: Computers with R/Python/Excel, sample datasets, presentation materials
By the end of this workshop, participants will be able to:
Standard Analysis: "65% of women have bank accounts vs 78% of men - there's a gender gap in financial inclusion."
Intersectional Analysis Reveals:
Key Insight: "Gender gap" masks enormous variation - the real story is about intersecting systems of exclusion.
Break down outcomes by multiple identity categories simultaneously
Tool: Pivot tables, dplyr group_by(), pandas groupby()
Include interaction terms between identity variables
Tool: lm(outcome ~ gender*caste*location) in R
Separate models for different populations
Tool: Filter datasets by identity groups
Create composite vulnerability scores across dimensions
Tool: Weighted indices, factor analysis
Dataset: NFHS-5 Women's Empowerment Module (provided)
Research Question: How does women's decision-making autonomy vary across different social groups?
Your Task:
Questions to Explore:
Chart Title: "India's Growing Economy"
Visual: Bar chart showing rising GDP per capita
Problems:
Chart Title: "Who Benefits from Economic Growth?"
Visual: Small multiples showing income growth by gender, caste, region
Improvements:
Do:
Avoid:
Context: You're analyzing primary school enrollment data for a state education department. The headline finding is "96% primary enrollment achieved - nearly universal access!"
Dataset Provided: District-level enrollment by gender, caste, disability status, migration status
Task: Using the provided data, conduct an intersectional analysis of enrollment.
Questions to Answer:
Current Viz: Single bar chart showing "96% enrollment rate"
Your Task: Design a feminist alternative visualization
Requirements:
Task: Write a 200-word policy memo based on your analysis
Structure:
| Traditional Question | Feminist Reframe | Why It Matters |
|---|---|---|
| "What factors influence women's labor force participation?" | "How do care responsibilities, safety concerns, and social norms create different barriers for different women's economic participation?" | Recognizes diversity among women; centers structural barriers |
| "Are microfinance programs effective?" | "How do microfinance programs affect different women's autonomy, with attention to caste, class, and household dynamics?" | Moves beyond simple effectiveness to examine differential impacts |
| "What is the digital divide in India?" | "How do intersecting identities shape access to and meaningful use of digital technologies?" | Centers intersectionality; examines quality not just access |
Step 1 (2 min): Choose a research question from your current work
Step 2 (5 min): Apply feminist reframing using these prompts:
Step 3 (3 min): Rewrite your question using feminist principles
Partner Share: Compare original and reframed versions
Individual Reflection (7 minutes):
Commit to Change: Choose one concrete way you'll apply feminist data practice in your work over the next month:
Accountability: Write down your commitment and one person you'll share it with
Group Share (3 minutes): Quick round of commitments
Feminist data practice is not just about adding "gender" as a variable. It's about fundamentally changing how we ask questions, collect data, conduct analysis, and communicate findings to advance justice rather than reproduce inequality.
R Packages for Feminist Analysis:
Python Tools:
Data Sources for Practice:
Next Steps in ImpactMojo:
This handout is part of the ImpactMojo 101 Knowledge Series
Licensed under CC BY-NC-ND 4.0 • Free to use with attribution • www.impactmojo.in
For complete datasets, R/Python code, and analysis templates from this workshop, visit the ImpactMojo platform.